home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CDR Identifier lokalizace / ReadMe.txt < prev   
Text File  |  2001-03-02  |  8KB  |  252 lines

  1. Usage:
  2.  
  3. After start the program tries to determine all accessible SCSI/IDE
  4. devices installed on your system. The devices are shown in a list.
  5. Furthermore the program tries to identify the recorder(s) in your
  6. system and selects it as device to read the ATIP from. A different
  7. device may be selected by clicking the device to select in the list.
  8. To read the ATIP/information from the media using the device selected
  9. just press the upper of the two buttons. To put the information into
  10. the clipboard just press the other button.
  11. The information for min. and max. recording speed is not available
  12. on many discs (e.g. Kodak)... most of the time you┤ll just get an
  13. unknown min. and max. speed.
  14.  
  15.  
  16. This tool is freeware and may be distributed as it is.
  17. Any feedback, question or bug report about this program is welcome!
  18.  
  19. EMail: fwolf@gum.de
  20. URL:   http://www.gum.de/cdrid/
  21.  
  22. To be informed of new releases you can join the mailing list by sending
  23. an EMail with Subject "SUBSCRIBE cdrid" to "ListServer@gum.de". To
  24. remove yourself from that mailing list just send an EMail with
  25. "UNSUBSCRIBE cdrid" as subject to "ListServer@gum.de".
  26.  
  27.  
  28.  
  29. Background information:
  30.  
  31. This small tool was developed to read the ATIP from a CDR media
  32. using a CD recorder - right now there┤s no CDROM reader that can
  33. do this (At least I don┤t know of!).
  34. The ATIP tells who has manufactured the disc and what dye type
  35. they used. (The ATIP doesn┤t tell the exact dye type - it just
  36. tells if the recording strategy to be used for this media is
  37. a "long strategy type" (e.g. Cyanine) or "short strategy type"
  38. (e.g. Phthalocyanine).
  39.  
  40. The program should work with most current SCSI-3 compliant recorders.
  41. Unfortunately reading the ATIP from a CDR is specified as an optional
  42. command so not all recorders (e.g. TEAC 55S and older ones) do not
  43. support this feature. Furthermore there are some recorders that support
  44. reading the ATIP with so-called vendor-unique-commands, that means
  45. they support it by using commands that are unique to this device
  46. (e.g. Philips/HP recorders). Support for these devices might/will be
  47. added in one of the next versions... (I do not have very much
  48. information on these devices!)
  49.  
  50. To use the program under Win95/98 there should be an ASPI manager
  51. installed on the system. The ASPI layer that ships with Win9x/ME
  52. is an old implementation from Adaptec and only works with SCSI drives
  53. (There┤s a possibility to make it work with IDE drives, but I would not
  54. recommend doing that!) If you┤ve got an IDE recorder connected to your
  55. Win95/98-System you should try to upgrade to a newer ASPI manager from
  56. Tekram┤s website
  57. (URL: http://support.tekramusa.com/support2.nsf/view0/53E0E85676EF7DDB88256903006ABEDE?openDocument)
  58. or:
  59. from Adaptec┤s website 
  60. (URL: http://www.adaptec.com/support/overview/ezscsi4x.html#aspi32)
  61. which supports IDE drives!
  62. When using this program under WindowsNT it should always
  63. work with either SCSI- or IDE-drives even if there┤s no ASPI manager
  64. installed. If it┤s not working install an ASPI layer!
  65.  
  66. More technical information:
  67. The program is currently trying to read the ATIP using two different
  68. commands. The first command (which works on my Plextor recorder)
  69. is the "Read TOC/PMA/ATIP" command although "Read TOC" is a mandatory
  70. command in the SCSI3 Specs, reading the ATIP is not! So many recorders
  71. will refuse to read the ATIP using this command. The advantage of this
  72. method is that I can read the ATIP from unrecorded and recorded media.
  73. If this method fails I┤ll also try "Read Session Info" command which
  74. only gives the ATIP if there┤s an empty disc inserted in the drive.
  75. If you know of any other method reading the ATIP please let me know as
  76. I can add support to the program then.
  77.  
  78. Devices definitely not supported right now (or never):
  79.  
  80. - HP Surestore 4020
  81. - JVC XRW 2022
  82. - JVC XR-W2010
  83. - Kodak PCD 225
  84. - Matshita CDR CW 7501
  85. - Philips CDD 2000
  86. - Ricoh RO-1420n 
  87. - Teac CD-R50s
  88. - Teac CD-R55
  89. - Traxdata CDR 4120 Pro
  90. - Yamaha CDR 100
  91. - Yamaha CDR 102
  92.  
  93.  
  94.  
  95. Version History:
  96.  
  97. V1.23 - Fixed a bug related to faulty Intel PIIX-Busmaster drivers
  98.         reporting a larger maximum transfer length than actually
  99.         supported.
  100.  
  101.         Fixed another bug causing the message "Could not initialize
  102.         interface" to appear on systems with non-Adaptec ASPI layer
  103.         running WindowsNT.
  104.  
  105.         Improved detection of IDE CD-Recorders - still not perfect!
  106.  
  107.         Added this little Textfile (DOC?) to the archive.
  108.  
  109.  
  110. V1.24 - Fixed a minor bug introduced with V1.23 which caused the
  111.         program not to identify wrong data anymore.
  112.  
  113.         Added support for more drives using another SCSI-3 command.
  114.  
  115.  
  116. V1.25 - Fixed a bug printing the minutes of the ATIP in Hex instead
  117.         of decimal! (No one noticed!)
  118.  
  119.         Added 3 new manufacturers to the list.
  120.  
  121.  
  122. V1.26 - Fixed a bug causing "King Pro Mediatek Inc." not to be
  123.         detected correctly.
  124.  
  125.         Added 1 new manufacturer to the list.
  126.  
  127.         Added more technical information to the readme.txt file.
  128.  
  129.  
  130. V1.27 - Fixed a small bug in the manufacturer detection routine.
  131.         (Hopefully the last one!) :-)
  132.  
  133.         Added 1 new manufacturer to the list.
  134.  
  135.  
  136. V1.28 - Added 5 new manufacturers.
  137.  
  138.  
  139. V1.29 - Changed some of the GUI elements.
  140.  
  141.         Added Button to copy ATIP information to Clipboard.
  142.  
  143.  
  144. V1.30 - Added 1 new manufacturer.
  145.  
  146.  
  147. V1.31 - Added 2 new manufacturers:
  148.         (97m 15s 00f - 97m 15s 09f : TDK Corp.,
  149.          97m 15s 20f - 97m 15s 29f : Mitsubishi Corp.)  
  150.  
  151.  
  152. V1.32 - Added 1 new manufacturer:
  153.         (97m 22s 60f - 97m 22s 69f :
  154.          97m 45s 20f - 97m 45s 29f : Acer Media Tech, Inc.)
  155.  
  156.  
  157. V1.40 - Added 2 new manufacturers:
  158.         (97m 23s 50f - 97m 23s 59f : Optrom Inc.,
  159.          97m 23s 30f - 97m 23s 39f : Audio Distributors Co., Ltd.)
  160.  
  161.         Added ability to distinguish between CD-R and CD-RW media.
  162.  
  163.         Added Tooltips to Buttons and Dialogbox.
  164.  
  165.         Fixed weird graphics when button was disabled.
  166.  
  167.  
  168. V1.41 - Added ability to read minimum and maximum recording speeds.
  169.  
  170.  
  171. V1.42 - Added 3 new manufacturers:
  172.         (97m 24s 50f - 97m 24s 59f
  173.          97m 45s 50f - 97m 45s 59f : Guann Yinn Co. Ltd.,
  174.          97m 28s 00f - 97m 28s 09f
  175.          97m 49s 30f - 97m 49s 39f : Opti. Me. S. SpA,
  176.          97m 23s 20f - 97m 23s 29f : Nacar Media srl)
  177.  
  178.         Fixed bug not storing all information in clipboard.
  179.  
  180.  
  181. V1.43 - Fixed a severe bug causing wrong information to be
  182.         displayed with some CDR media.
  183.  
  184.       - Some minor optical changes for systems with 6 or more
  185.         devices.
  186.  
  187.  
  188. V1.44 - Added 2 new codes/manufacturers:
  189.         (97m 23s 60f - 97m 23s 69f : Customer Pressing Oosterhout,
  190.          97m 15s 10f - 97m 15s 19f : Ritek Co.)
  191.  
  192.  
  193. V1.45 - Fixed a small bug introduced due testing.
  194.  
  195.  
  196. V1.46 - Added 2 new codes/manufacturers:
  197.         (97m 28s 50f - 97m 28s 59f : Delphi Technology Inc.,
  198.          97m 29s 00f - 97m 29s 09f : Harmonic Hall Optical Disc, Ltd.)
  199.  
  200.  
  201. V1.47 - Added 1 new manufacturer:
  202.         (97m 22s 30f - 97m 22s 39f : Eximpo)
  203.  
  204.  
  205. V1.48 - Changed the ID of "Harmonic Hall".
  206.  
  207.  
  208. V1.49 - Added 4 new manufacturers:
  209.         - Hile Optical Disc Technology Corp.
  210.         - Friendly CD-Tek Co.
  211.         - Sound Sound Multi-Media Development Limited.
  212.         - kdg mediatech AG
  213.  
  214.  
  215. V1.50 - Added 4 new manufacturers:
  216.         - Taroko International Co., Ltd.
  217.         - Unidisc Technology Co., Ltd.
  218.         - Hong Kong Digital Technology Co., Ltd.
  219.         - Viva Magnetics Ltd.
  220.  
  221.  
  222. V1.51 - Added 6 new manufacturers:
  223.         - Bestdisc Technology Corporation
  224.         - Wealth Fair Investment Ltd.
  225.         - General Magnetics Ltd.
  226.         - MPO
  227.         - Victor Company of Japan, Ltd.
  228.         - Vivastar AG
  229.  
  230.  
  231. V1.52 - Added 1 new manufacturer:
  232.         - Taroko International Co., Ltd.
  233.  
  234.         Fixed a bug introduced with Version 1.51
  235.  
  236.  
  237. V1.60 - Added 2 new manufacturers:
  238.         - Grand Advance Technology Ltd. (new code)
  239.         - NAN-YA Plastics Corp.
  240.  
  241.  
  242. V1.61 - Added 1 new manufacturer:
  243.         - Moser Baer India Ltd.
  244.  
  245.  
  246. V1.62 - More accurate information (e.g. no dye for CR-RW etc.).
  247.         
  248.         Program now always exits when buggy ASPI layer present.
  249.  
  250.  
  251. V1.63 - Added 1 new manufacturer:
  252.         - Advanced Digital Media S.r.l.